Invokes the function with the specified name.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
C# Copy Code |
---|
public virtual Object InvokeFunction ( |
Visual Basic Copy Code |
---|
Public Overridable Function InvokeFunction( _ |
The name of the function to invoke.
The list of arguments of the function.
The result of the invocation.
If the specified name does not match any of the built-in functions, the DispatchFunctionCall is raised.